| Name | Summary | Syntax |
|---|
| column margins | Specifies the margins to be applied to each cell in a column. | put the dgProp["column margins"] of group "Data Grid"
|
| dgIndexOfLine | Returns the index associated with the given line. | put the dgIndexOfLine[pLine] of group "DataGrid"
|
| dgRectOfIndex | Get/set the rect of the control associated with the given index | get the dgRectOfIndex[pIndex] of group "DataGrid"
|
| dgRectOfLine | Get/set the rect of the control associated with the given line | get the dgRectOfLine[pLine] of group "DataGrid"
|
| dgLineOfIndex | Returns the line associated with the given index. | put the dgLineOfIndex[pIndex] of group "DataGrid"
|
| dgVScroll | Get/set the vertical scroll of the data grid. | set the dgVScroll of group "DataGrid" to pInteger
|
| dgVScrollPercent | Get/set the percentage of the vertical scroll. | set the dgVScrollPercent of group "DataGrid" to pPercent
|
| dgVisibleLines | Returns the first and last line being displayed in the data grid as a comma delimited list. | get the dgVisibleLines of group "DataGrid"
|
| control type | Returns "data grid" | put the dgProp["control type"] of group "Data Grid"
|
| dim on focusOut | Dims the highlighted lines when the data grid does not have focus. | put the dgProp["dim on focusOut"] of group "Data Grid"
|
| dimmed hilite color | Color that highlighted lines will be when control is not focused. | put the dgProp["dimmed hilite color"] of group "Data Grid"
|
| fixed row height | Set to true if all of your data will be drawn at the same height. | put the dgProp["fixed row height"] of group "Data Grid"
|
| dgLine | The line (or row) number that is being displayed in the copy of the template. | get the dgLine of this control
|
| dgIndex | The index used to uniquely identify the record being displayed in the copy of the template. | get the dgIndex of this control
|
| dgColumn | Get the name of the column the instance of the template is Associations with. | get the dgColumn of me
|
| dgColumnNumber | Get the column number relative to all visible columns. | get the dgColumnNumber of me
|
| dgDataControl | This is a custom property defined in the behavior script for your template | getProp dgDataControl
|
| dgHilite | This is a custom property are defined in the behavior script for your template | setProp dgHilite {true | false}
|
| dgEditMode | Take the data grid into or out of edit mode. | set the dgEditMode of group "DataGrid" to {true | false}
|
| animate actions | Turn animations on or off for the data grid. | set the dgProp["animate actions"] of group "Data Grid" to {true | false}
|
| enable swipe | Turn drag and swipe actions on or off for the data grid. | set the dgProp["enable swipe"] of group "Data Grid" to {true | false}
|
| hilite color | The color to use when highlighting a row. | put the dgProp["hilite color"] of group "Data Grid"
|
| edit mode action control | Set the action control to display when the data grid is in edit mode. | set the dgProp["edit mode action control"] of group "Data Grid" to
the long id of <control>
|
| edit mode action select control | Set the action select control to display when the data grid is in edit mode. | set the dgProp["edit mode action select control"] of group "Data Grid"
to the long id of <control>
|
| edit mode reorder control | Set the reorder control to display when the data grid is in edit mode. | set the dgProp["edit mode reorder control"] of group "Data Grid" to
the long id of <control>
|
| left swipe control | Set the control to display when a data grid row is dragged to the right. | set the dgProp["left swipe control"] of group "Data Grid" to the long
id of <control>
|
| right swipe control | Set the control to display when a data grid row is dragged to the left. | set the dgProp["right swipe control"] of group "Data Grid" to the long
id of <control>
|
| hilited text color | The color to apply to text when a row is highlighted. | put the dgProp["hilited text color"] of group "Data Grid"
|
| multiple lines | Set to true to allow the user to select multiple lines in the data grid. | put the dgProp["multiple lines"] of group "Data Grid"
|
| opaque | Shows or hides the data grid background. | put the dgProp["opaque"] of group "Data Grid"
|
| persistent data | Set to true if you would like the data grid to store the data being displayed between sessions. | put the dgProp["persistent data"] of group "Data Grid"
|
| row color | The primary row color. | put the dgProp["row color"] of group "Data Grid"
|
| row height | This represents the height that your rows will be drawn at. | put the dgProp["row height"] of group "Data Grid"
|
| row template | This is the group that represents a record in your data grid. | put the dgProp["row template"] of group "Data Grid"
|
| scroll when hscrollbar is hidden | This overrides the default horizontal scrolling behavior. | put the dgProp["scroll when hscrollbar is hidden"] of group
"Data Grid"
|
| scroll when vscrollbar is hidden | This overrides the default vertical scrolling behavior. | put the dgProp["scroll when vscrollbar is hidden"] of group
"Data Grid"
|
| scrollbar corner offset | Scrollbar ofset from the corner when only one is visible. | put the dgProp["scrollbar corner offset"] of group "Data Grid"
|
| show vscrollbar | Toggles the visibility of the vertical scrollbar. True, false, or auto. | put the dgProp["show vscrollbar"] of group "Data Grid"
|
| show hscrollbar | Toggles the visibility of the horizontal scrollbar for a table. True, false or auto. | put the dgProp["show hscrollbar"] of group "Data Grid"
|
| scrollbar width | Set the width of the scrollbars | put the dgProp["scrollbar width"] of group "Data Grid"
|
| style | Gets the style of the data grid, either 'form' or 'table'. | put the dgProp["style"] of group "Data Grid"
|
| allow editing | Set to true to allow users to edit the cells of a table or the fields in a form. | set the dgProp["allow editing"] of group "Data Grid"
|
| text color | The text color to apply to the data area of a table or form. | put the dgProp["text color"] of group "Data Grid"
|
| text font | The font to apply to the data area of a table or form. | put the dgProp["text font"] of group "Data Grid"
|
| text size | The text size to apply to the data area of a table or form. | put the dgProp["text size"] of group "Data Grid"
|
| text style | The text style to apply to the data area of a table or form. | put the dgProp["text style"] of group "Data Grid"
|
| allow column resizing | If true then the user can resize columns in the table header. | put the dgProp["allow column resizing"] of group "Data Grid"
|
| column divider color | The color of the column dividers in a table. | put the dgProp["column divider color"] of group "Data Grid"
|
| column alignments | Allows you to set all column alignment values at once. | put the dgProp["column alignments"] of group "Data Grid"
|
| column visibility | Allows you to set the visible property for all columns at once. | put the dgProp["column visibility"] of group "Data Grid"
|
| column widths | Allows you to set all column widths at once. Comma delimited list of integers. | put the dgProp["column widths"] of group "Data Grid"
|
| alternate row color | The color of every other row's background. | put the dgProp["alternate row color"] of group "Data Grid"
|
| columns | Line delimited list of columns in your table. | put the dgProp["columns"] of group "Data Grid"
|
| column labels | Line delimited list of labels for columns in your table. | put the dgProp["column labels"] of group "Data Grid"
|
| corner color | The color of the corner piece that appears when both horizontal and vertical scrollbars are visible. | put the dgProp["corner color"] of group "Data Grid"
|
| default column behavior | Used to set the default column behavior. | put the dgProp["default column behavior"] of group "Data Grid"
|
| default header behavior | Used to set the default header behavior. | put the dgProp["default header behavior"] of group "Data Grid"
|
| header background color | The background color of the header. | put the dgProp["header background color"] of group "Data Grid"
|
| header background hilite color | The background color of the header that is being sorted by. | put the dgProp["header background hilite color"] of group "Data
Grid"
|
| header height | The height of the header are of the table. | put the dgProp["header height"] of group "Data Grid"
|
| header margins | Specifies the margins to be applied to the fields that display the header text. | put the dgProp["header margins"] of group "Data Grid"
|
| header text color | The text color to apply to the header area of a table. | put the dgProp["header text color"] of group "Data Grid"
|
| alternate row colors | Set to true to alternate the background colors of every other row. | put the dgProp["alternate row colors"] of group "Data Grid"
|
| header text font | The font to apply to the header area of a table. | put the dgProp["header text font"] of group "Data Grid"
|
| header text size | The text size to apply to the header area of a table. | put the dgProp["header text size"] of group "Data Grid"
|
| header text style | The text style to apply to the header area of a table. | put the dgProp["header text style"] of group "Data Grid"
|
| show column dividers | Toggles the visibility of the column dividers in the data display area. | put the dgProp["show column dividers"] of group "Data Grid"
|
| show header | Toggles the visibility of the header. Default value is true. | put the dgProp["show header"] of group "Data Grid"
|
| sort by column | The column that the table data is currently being sorted by. | put the dgProp["sort by column"] of group "Data Grid"
|
| visible columns | Line delimited list of columns in your table that are visible. | put the dgProp["visible columns"] of group "Data Grid"
|
| dgColumnAlignment | Get/set the alignment for a column. | put the dgColumnAlignment["col1"] of group "Data Grid"
|
| dgColumnIsEditable | Toggle whether or not a column is editable by the user. | put the dgColumnIsEditable["col1"] of group "Data Grid"
|
| auto hilite | Enables the data grid to automatically handle row highlighting. | put the dgProp["auto hilite"] of group "Data Grid"
|
| dgColumnIsVisible | Get/set the visibility of the column. | put the dgColumnIsVisible["col1"] of group "Data Grid"
|
| dgColumnIsResizable | Get/set whether or not a column is resizable. | put the dgColumnIsResizable["col1"] of group "Data Grid"
|
| dgColumnLabel | Get/set the label used for the column. | put the dgColumnLabel["col1"] of group "Data Grid"
|
| dgColumnMaxWidth | Get/Set the maximum width that a column can be resized to. | put the dgColumnMaxWidth["col1"] of group "Data Grid"
|
| dgColumnMinWidth | Get/Set the minimum width that a column can be resized to. | put the dgColumnMinWidth["col1"] of group "Data Grid"
|
| dgColumnName | Set a new name for a column. | set the dgColumnName["col1"] of group "Data Grid" to pNewName
|
| dgColumnTemplate | Get the control that is used to visually represent the column in the table. | put the dgColumnTemplate["col1"] of group "Data Grid"
|
| dgColumnTooltip | Set the tooltip that appears when the mouse is over the column header. | put the dgColumnTooltip["col1"] of group "Data Grid"
|
| dgHeaderTemplate | Get the control that is used to visually represent the header for a column. | put the dgHeaderTemplate["col1"] of group "Data Grid"
|
| dgColumnSortDirection | Get/set the direction of the sort for the column. | put the dgColumnSortDirection["col1"] of group "Data Grid"
|
| background color | The background color of the data grid. | put the dgProp["background color"] of group "Data Grid"
|
| dgColumnSortIsCaseSensitive | Get/set whether or not column sort is case sensitive. | put the dgColumnSortIsCaseSensitive["col1"] of group "Data Grid"
|
| dgColumnSortType | Get/set the sort type of the column. | put the dgColumnSortType["col1"] of group "Data Grid"
|
| dgColumnWidth | Get/set the width of a column. | put the dgColumnWidth["col1"] of group "Data Grid"
|
| dgHeaderAlignment | Get/set the alignment for a column's header. | put the dgHeaderAlignment["col1"] of group "Data Grid"
|
| select text | Set to true to select all text in the field editor. | set the dgTemplateFieldEditor["select text"] of group "Data
Grid" to true
|
| text | Set to a string that will be assigned to the text property of the field editor. | set the dgTemplateFieldEditor["text"] of group "Data Grid" to
pText
|
| htmltext | Set to a string that will be assigned to the htmltext property of the field editor. | set the dgTemplateFieldEditor["htmltext"] of group "Data Grid"
to "<p>Hello World</p>"
|
| rtftext | Set to a string that will be assigned to the rtftext property of the field editor. | put the dgTemplateFieldEditor["rtftext"] of group "Data Grid"
|
| unicodetext | Set to a string that will be assigned to the unicodetext property of the field editor. | put the dgTemplateFieldEditor["unicodetext"] of group "Data
Grid"
|
| cache controls | Caches all controls for rendering. | put the dgProp["cache controls"] of group "Data Grid"
|
| utf8text | Set to a string that will be assigned to the unicodetext property of the field editor after being converted from UTF-8 to UTF16. | put the dgTemplateFieldEditor["utf8text"] of group "Data Grid"
|
| dgHeader | Returns the long id of the group that contains the controls for the table header. | put the dgHeader of group "Data Grid"
|
| dgHeaderControl | Returns the long id of the group that contains the controls for a column header. | put the dgHeaderControl of group "Data Grid"
|
| dgControl | Returns the long id of the data grid. | get the dgControl of the target
|
| dgData | Get or set the data array that the data grid will display. | set the dgData of group "DataGrid" to <pDataArray>
|
| dgDataControlOfIndex | Returns the long id of the data control associated with an index. | get the dgDataControlOfIndex[pIndex] of group "DataGrid"
|
| dgDataControlOfLine | Returns the long id of the data control associated with a line number. | get the dgDataControlOfLine[pLine] of group "DataGrid"
|
| dgDataOfIndex | Get or set the data associated with a particular index. | get the dgDataOfIndex[pIndex] of group "DataGrid"
set the dgDataOfIndex[pIndex] of group "DataGrid" to <value>
|
| dgDataOfLine | | get the dgDataOfLine[pLine] of group "DataGrid" summary: Get or
set the data associated with a particular line.
|
| dgFocus | Set to true to focus on a data grid. | set the dgFocus of group "DataGrid" to true
|
| column divider color | Sets the color of the table column dividers. | put the dgProp["column divider color"] of group "Data Grid"
|
| dgFormattedHeight | Returns the formatted height of the data in the data grid. | get the dgFormattedHeight of group "DataGrid"
|
| dgFormattedWidth | Returns the formatted width of the columns in a data grid. | get the dgFormattedWidth of group "DataGrid"
|
| dgNumberOfLines | Returns the number of lines displayed in the data grid. | get the dgNumberOfLines of group "DataGrid"
|
| dgNumberOfRecords | For use with fetching data from a database cursor. | set the dgNumberOfRecords of group "DataGrid" to 20
|
| dgText | The dgText property always reflects the same value as the dgData but in tab delimited form. | get the dgText[pIncludeColumnNames] | set the
dgText[pIncludeColumnNames] of group "DataGrid" to 20
|
| dgHilitedIndexes | Returns a comma delimited list of the indexes that are currently selected. | set the dgHilitedIndexes of group "DataGrid" to pIndex
|
| dgHilitedLines | Returns a comma delimited list of the line numbers that are currently selected. | set the dgHilitedLines of group "DataGrid" to pLine
|
| dgHScroll | Get/set the horizontal scroll of the data grid. | set the dgHScroll to of group "DataGrid" to pInteger
|
| dgHScrollPercent | Get/set the percentage of the horizontal scroll. | set the dgHScrollPercent of group "DataGrid" to pPercent
|
| dgIndexes | Returns the internal list of indexes in the order in which they appear in the data grid. | get the dgIndexes of group "DataGrid"
|